價格:免費
更新日期:2019-06-12
檔案大小:2.0M
目前版本:1.41
版本需求:Android 4.0 以上版本
官方網站:http://www.gazzapper.com
Email:gary@gazzapper.com
聯絡地址:Gazzapper Games 57 Lower Gardiner Street, Dublin 1 Ireland
Learn to code with the Simple Turtle app, create simple coding programs with Turtle LOGO commands to control your Turtle and draw fun images and designs!! Learn Basic coding of LOGO and have fun. This is a Free Coding App! No adverts.
- Simple Loops and Nested Loops.
- Create great patterns and designs using code.
Great educational STEM app for teaching coding to kids, using the Point and Click commands. Useful for your school Logo exams or school STEM events. Ideal for early computing students.
Follows close to the MIT Logo standard
Step 1. Press Commands on right side, press number values on left
e.g.
FD 50
LF 35
NEW! Nested REPEAT loops - up to 3 levels.
e.g. Nesting
REPEAT 4
FD 90
RT 90
REPEAT 4
FD 40
RT 90
END
END
Step 2. Then Hit '< ADD COMMANDS' to add the current bottom line of code to your program listing shown on the left of the screen.
(repeat 1 & 2 to add more lines to your program)
Step 3. Hit 'Click to Run' to draw using your code
Remember to hit 'Click to RUN' when you want to execute your commands
New since version 1.14 - Added DRAW MODE to toggle moving Turtle after each single line of commands. Some users seem to expect this so I have added it.
Hit DRAWMODE and then the "< ADD COMMANDS" to activate - do same again to deactivate.
Best turtle app for educational use with Tablets. Fun activity coding app for STEM and helping kids to learn to code.
Tap on code commands on the right and then the number values on the left, then tap 'Add Commands' after a line of commands is ready. Then press DELETE to reset line etc.
NOTE: Pressing DELETE on an empty line deletes your program on the left.
Example of Computer Programming with Logo:
PEN 1
REPEAT 5
FD 10
LT 30
BK 5
LT 20
FD 20
END
Programming / Code Commands:
FD x = Forward Turtle x pixels
BK x = Backward x pixels
RT x = Right Turn Turtle by x degrees
LT x = Left Turn Turtle by x degrees
PU = Pen Up (Do not draw while moving)
PD = Pen Down (Draw as normal)
REPEAT x = Creates a loop to run x times which runs any commands within the loop. Place END when closing loop.
END = Closes a REPEAT loop. (Loops can be nested)
PEN x = Color of pen (0 - 7)
ENTER COMMAND = Adds current line to Actions List
DRAWMODE = Toggles Turtle movement to be Instant OR to wait for Run command.
CLEAR / CL = Clears the command line first, then the Action list.
RESET = Clears commands and resets your Turtle
QUIT = Exits the program
(Check out our fun ZX Code Club book on Amz for more Coding Activities in BASIC!)
Twitter: @ZXSpectrum_Club